home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2000 #1 / Kompuutteri Kaikille! KCD_1_2000.iso / Tools / InterCent / _setup.1 / Intercent.exe / 0 / RCDATA / TFRMTAAL / TFRMTAAL.txt
Text File  |  1998-06-25  |  2KB  |  75 lines

  1. object FrmTaal: TFrmTaal
  2.   Left = 202
  3.   Top = 140
  4.   HelpContext = 2002
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Taal'
  8.   ClientHeight = 131
  9.   ClientWidth = 278
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BtnCancel: TBitBtn
  21.     Left = 168
  22.     Top = 48
  23.     Width = 99
  24.     Height = 25
  25.     HelpContext = 9999
  26.     Caption = 'Annuleren'
  27.     TabOrder = 2
  28.     OnClick = BtnCancelClick
  29.     Kind = bkCancel
  30.   end
  31.   object BtnOk: TBitBtn
  32.     Left = 168
  33.     Top = 16
  34.     Width = 99
  35.     Height = 25
  36.     HelpContext = 9999
  37.     TabOrder = 1
  38.     OnClick = BtnOkClick
  39.     Kind = bkOK
  40.   end
  41.   object GroupBox1: TGroupBox
  42.     Left = 8
  43.     Top = 8
  44.     Width = 145
  45.     Height = 113
  46.     TabOrder = 0
  47.     object TxtInfoTaal: TLabel
  48.       Left = 8
  49.       Top = 48
  50.       Width = 129
  51.       Height = 57
  52.       Alignment = taCenter
  53.       AutoSize = False
  54.       Font.Color = clBlack
  55.       Font.Height = -8
  56.       Font.Name = 'Small Fonts'
  57.       Font.Style = []
  58.       ParentFont = False
  59.       WordWrap = True
  60.     end
  61.     object CbxTaal: TComboBox
  62.       Left = 8
  63.       Top = 16
  64.       Width = 129
  65.       Height = 21
  66.       Style = csDropDownList
  67.       ItemHeight = 13
  68.       Items.Strings = (
  69.         'NL - Nederlands')
  70.       TabOrder = 0
  71.       OnChange = CbxTaalChange
  72.     end
  73.   end
  74. end
  75.